ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / ShowMarquee Property

In This Topic
    ShowMarquee Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that indicates whether the grid should display a marquee element around the current selection.
    Syntax
    'Declaration
     
    Public Overridable Property ShowMarquee As Boolean
    public virtual bool ShowMarquee {get; set;}
    See Also